home *** CD-ROM | disk | FTP | other *** search
- FastKey v1.1 for Turbo Pascal and Turbo C. Copyright 1992 by Steve Holley.
-
- The following files should be included:
-
- README This file. Contents of the FastKey archive.
- README.BAT The batch file to display this file.
-
- DEMO.BAT The batch file to illustrate the advantage of using FastKey.
- DEMO1.EXE The executable file implementing standard DOS key input using
- Turbo Pascals ReadKey.
- DEMO2.EXE The executable file implementing FastKey input using Pressed().
- C_DEMO.EXE The same program as DEMO2.EXE (above) only written in Turbo C.
-
- DEMO1.PAS Source code for DEMO1.EXE.
- DEMO2.PAS Source code for DEMO2.EXE.
- C_DEMO.CPP Source code for C_DEMO.EXE.
- C_DEMO.PRJ The project file for C_DEMO.EXE.
-
- FASTKEY.TPU Turbo Pascal 6.0 unit.
- FASTKEY.OBJ Turbo C++ 3.0 object file.
- FASTKEY.H FastKey Header File (for Turbo C).
- FASTKEY.DOC Documentation for using the unit.
- PRINTDOC.BAT The batch file for printing the documentation to a printer.
-
- Type DEMO to see a demonstration of what FASTKEY can do for you.
- Type PRINTDOC to print the documentation to your printer.
-
-
- Last Minute Notes
- ------------------
-
- Bug Fix: FastKey 1.0 for Turbo Pascal did not always restore the keyboard
- correctly when uninstalled. This has been fixed with version 1.1.
-
- FastKey now works with Turbo C. The FASTKEY.OBJ is a small model version
- of FastKey that will work with Turbo C.
-
- With the release of Borland Pascal with Object (TP 7.0) I have decided to
- include two TPUs, one for Turbo Pascal 6.0 and one for Borland Pascal. The
- unit FASTKEY.TPU is for Borland Pascal 7.0. The unit FASTKEY6.TPU is for
- Turbo Pascal 6.0.
-
-